home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / texte / amigafaq / programmer / pragmas / timer_lib.h < prev    next >
C/C++ Source or Header  |  1994-07-28  |  396b  |  15 lines

  1. #ifndef PRAGMAS_TIMER_LIB_H
  2. #define PRAGMAS_TIMER_LIB_H
  3.  
  4. #ifndef CLIB_TIMER_PROTOS_H
  5. #include <clib/timer_protos.h>
  6. #endif
  7.  
  8. #pragma amicall(TimerBase,0x2a,AddTime(a0,a1))
  9. #pragma amicall(TimerBase,0x30,SubTime(a0,a1))
  10. #pragma amicall(TimerBase,0x36,CmpTime(a0,a1))
  11. #pragma amicall(TimerBase,0x3c,ReadEClock(a0))
  12. #pragma amicall(TimerBase,0x42,GetSysTime(a0))
  13.  
  14. #endif  /*  PRAGMAS_TIMER_LIB_H  */
  15.